func github.com/go-pg/pg/v10/orm.isScanner

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L576: 	if field.UserSQLType != "" || isScanner(field.Type) {
		table.go#L1197: func isScanner(typ reflect.Type) bool {